How to Stop Connecting Automatically to Wi-Fi in Windows 11
Stopping automatic connections helps you stay in control of your internet. It prevents your device from wasting battery searching for networks you do not use and keeps you from accidentally connecting to public Wi-Fi that requires extra steps to log in. Leaving auto-join enabled on public networks poses security risks, as your device may connect to malicious hotspots designed to intercept your data.
What happens when done?
Your computer will remember the network password, but it will wait for you to click “Connect” before it joins. You stay in charge of when and where you get online. Disabling this feature can improve battery life, as your wireless adapter will stop constantly scanning and attempting to handshake with known networks in the background.
Method 1: Stop Automatic Connection via Quick Settings
If you are currently connected to the network, this is the fastest way to stop it.
- Open your Quick Settings menu in the bottom right corner of your taskbar.
- Click the arrow next to your Wi-Fi icon.
- Select the network you are using and click Disconnect.

- Uncheck the box that says Connect automatically.

Method 2: Stop Automatic Connection via Settings
If you are not near the network right now, you can still change the setting using the main Windows menu.
- Press the Windows key + I on your keyboard to open Windows Settings.

- Click on Network & internet in the left menu.
- Select Wi-Fi on the right side.

- Click on Manage known networks.

- Find the network you want to change in the list and click on it.
- Uncheck the box labeled Connect automatically when in range.

Advanced: Command Line Method (Netsh)
For power users, you can disable auto-connect using the command line. Requires Admin Privileges.
- Right-click the Start button and select Terminal (Admin).
- Type the following command to see your profiles:
netsh wlan show profiles - To disable auto-connect for a specific network, type:
netsh wlan set profileparameter name="NetworkName" connectionmode=manual
Advanced: Registry Editor Method
You can modify the registry to force manual connections. Requires Admin Privileges.
- Press Windows + R, type
regedit, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles - Locate the subkey for your network and change the EnableAutoConnect value to 0.
Cross-Platform: Mobile Devices
Android: Go to Settings > Network & internet > Internet. Tap the gear icon next to your network and toggle off Auto-connect.
iOS: Go to Settings > Wi-Fi. Tap the ‘i’ icon next to the network and toggle off Auto-Join.
Troubleshooting Persistent Issues
If your computer still connects automatically, your network profile might be corrupted. Use PowerShell to reset the profile. Requires Admin Privileges.
- Open PowerShell (Admin).
- Run:
Set-NetConnectionProfile -Name "NetworkName" -NetworkCategory Public
Summary
Managing your Wi-Fi auto-join settings is a simple way to improve security and battery life. Whether you use the Windows Settings app, the command line, or mobile settings, you remain in control of your data. Remember that disabling auto-connect is a best practice for public networks to avoid unwanted tracking or security risks.
Why does my computer keep connecting to public Wi-Fi automatically?
Windows saves network profiles once you connect to them successfully. If the “Connect automatically” setting is enabled, Windows will prioritize these known networks whenever they are in range, even if they are public or insecure, to ensure you stay connected to the internet without manual intervention.
How do I stop Windows from connecting to known networks without forgetting the password?
You can simply uncheck the “Connect automatically” box in the Manage Known Networks settings menu. This keeps the password saved in your system’s memory, but prevents Windows from initiating the connection until you manually select the network from your Wi-Fi list and click the Connect button.
Was this guide helpful?
0% of readers found this helpful (1 votes)
dude, everybody knows this already. i bet every bit of traffic for this particular page is from people who are connecting automatically even though auto connect is off. it’s a windows 11 bug.